/**
 * 尊龙凯时新材
 */

html,
body {
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

html, body, div, p, table, ul, li, a, dl, dd, dt, span {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei";
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul, li, dl, dd, dt {
    list-style-type: none;
}
.clearfix{*+height:1%;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.content {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
}

.content-header {
    position: relative;
    height: 35px;
    border-bottom:1px solid #ededed;
}

.logo {
    position: absolute;
    background: url("/Resources/themes/web_2019.V2/images/logo.png") no-repeat top left;
    width: 64px;
    height: 22px;
    top: 34px;
    left: 0;
}

.message {
    position: relative;
    width:1200px;
    margin:0 auto;
    height:35px;
    line-height:35px;
    text-align: right;
}

.message span {
    display: inline-block;
    height:24px;
    line-height:24px;
    color: #000;
    font-size: 14px;
    position: relative;
    border-right:1px solid #dadada;
}
.message span label{
    white-space: nowrap;
    font-family: "Tahoma";
    position: relative;
    top:2px;
    font-size: 14px;
    font-weight: 500;
}

.icon-time, .icon-phone, .icon-mail {
    position: relative;
}

.icon-phone {
    width: 150px;
    padding-right:15px;
    height: 24px;
    background: url("/Resources/themes/web_2019.V2/images/icon-phone.png") no-repeat left center;
}

.icon-mail {
    padding-right:15px;
    margin-left:6px;
    width: 170px;
    height: 24px;
    background: url("/Resources/themes/web_2019.V2/images/icon-mail.png") no-repeat left bottom;
}
.message span.icon-lang,.message b.change-lang{
    position: relative;
    border-right:none;
    font-weight: 400;
}
.icon-lang{
    margin-left:5px;
    top:7px;
}
.message b.change-lang{
    display: inline-block;
    padding-left:12px;
    padding-right:18px;
    top:-4px;
    background: url("/Resources/themes/web_2019.V2/images/icon-sanjiao.png") no-repeat right center;
    cursor: pointer;
}
.none{
    display: none;
}
.lang-box{
    position: absolute;
    right:0;
    top:27px;
    list-style-type: none;
    border:1px solid #dadada;
    z-index: 10;
}
.lang-box li{
    border-top:1px solid #dadada;
    position: relative;
    width:60px;
}
.lang-box li a{
    line-height:30px;
    font-size: 12px;
    display:inline-block;
    width:100%;
    text-align: center;
    color:#666;
    background: #fff;
    cursor: pointer;
    text-decoration: none;
}
.lang-box li:first-child{
    border-top:none;
}
.lang-box li a:hover{
    background: #f8f8f8;
}
.icon-zh-cn,.icon-en{
    width: 24px;
    height:24px;
    display: inline-block;
    background-position: top left;
    background-repeat: no-repeat;
}
.icon-zh-cn{
    background-image: url("/Resources/themes/web_2019.V2/images/icon-cn.png");
}
/*--菜单--*/
.content-nav {
    height: 90px;
    position: relative;
    width:1200px;
    margin:0 auto;
}

.nav-box {
    position: absolute;
    bottom:0;
    height: 88px;
    right:0;
    left:150px;
}
.nav-list li{
    float: left;
}
.nav-list li, .nav-list li a {
    font-size: 16px;
    /*transform: scale(1,.95);*/
    color: #575757;
    display: inline-block;
    height: 88px;
    line-height: 88px;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
}

.nav-list li a {
    padding: 0 15px;
    position: relative;
    font-weight: 500;
}

.nav-list li.select a, .nav-list li:hover a {
    color: #fff;
    background: #79B8EE;
}

/*-banner-*/
.content-banner {
    height: 450px;
    width: 100%;
}

.content-banner .slideBox {
    width: 100%;
    height: 450px;
    position: relative;
}

/*--banner轮播图--*/
.slides {
    position: relative;
    z-index: 1;
}
.slides li {
    height: 450px;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.slides li.index-first{
    background-image: url('/Resources/themes/web_2019.V2/images/banner.png');
}

.flex-control-nav {
    position: absolute;
    bottom: 3px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 44px;
    height: 4px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 44px;
    height: 4px;
    line-height: 40px;
    overflow: hidden;
    background:#fff;
    border-radius:1px;
    opacity:0.5;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    opacity:1;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 50%;
    margin-top: -25px;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url('/Resources/themes/web_2019.V2/images/prev.png') center center no-repeat;
    display: none;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url('/Resources/themes/web_2019.V2/images/next.png') center center no-repeat;
    display: none;
}

.if-content {
    width: 100%;
    border: 0;
    height: 100%;
}

/*--公告--*/
.content-notice {
    width: 100%;
    background: #f6f7f7;
    height: 56px;
    font-size: 14px;
}
.notice-box{
    width:1200px;
    height:26px;
    line-height:26px;
    margin: 0 auto;
    color: #000;
    top:15px;
    position: relative;
}

.notice-title {
    background: url("/Resources/themes/web_2019.V2/images/icon-gg.png") no-repeat left top;
    height: 26px;
    display: inline-block;
    position: absolute;
    left:0;
    top:0px;
    width:45px;

}
.notice-title .notice-line{
    position: absolute;
    border-right:1px solid #c4c4c4;
    right: 0;
    top:1px;
    bottom:1px;
    width:2px;
}

.notice-marquee {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 70px;
    overflow: hidden;
}

.notice-marquee marquee {
    width: 100%;
}

.notice-marquee marquee a {
    padding-right: 80px;
    color: #686868;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
}

.content-main {
    margin: 0 auto;
}

.index-introduction {
    width:1200px;
    margin:0 auto;
    height: 350px;
    overflow: hidden;
    color: #5f5f5f;
    font-size: 20px;
    position: relative;
    padding-top:165px;
}
.index-introduction-title,.index-product-title,.index-news-title{
    position: absolute;
    width:196px;
    height:60px;
    font-size: 28px;
    left:50%;
    margin-left:-102px;
}
.index-introduction-title font{
    position: absolute;
    font-size: 14px;
    color:#aeaeae;
    left:86px;
    bottom:-2px;
}
.index-introduction-title a,.index-product-title a,.index-news-title a{
    right:0;
    position: absolute;
    font-size: 28px;
    color: #000;
    text-decoration: none;
    top:10px;
}
.index-introduction-title {
    background: url("/Resources/themes/web_2019.V2/images/icon-jj.png") no-repeat top left;
    top:70px;
}
.index-introduction-img{
    height:470px;
    background: #f0f7fd;
    padding-top:70px;
}

.img-list{
    position: relative;
    width:1200px;
    margin:0 auto;
    overflow: hidden;
    height:308px;
}
.img-list img{
    position: absolute;
    top:0;
    width:387px;
    height:308px;
}
.img-list img:nth-child(1){
     left:0;
 }
.img-list img:nth-child(2){
    left:50%;
    margin-left:-193px;
}
.img-list img:nth-child(3){
    right:0;
}
.img-name{
    text-align:center;
    color:#000;
    font-size: 16px;
    padding-top:29px;
}
.index-product-title {
    background: url("/Resources/themes/web_2019.V2/images/icon-cp.png") no-repeat left top;
    top:70px;
}

.index-news-title {
    background: url("/Resources/themes/web_2019.V2/images/icon-news.png") no-repeat left top;
}

.introduction-info {
    text-align: center;
    line-height: 38px;
    font-size: 16px;

}

.index-product-content {
    height: 560px;
    position: relative;
}

.index-product {
    position: relative;
    width: 1200px;
    margin:0 auto;
    padding-top:170px;
}
.product-img{
    position: relative;
    height:360px;
}
.product-img ul.img-list li,.product-img ul.img-list li a{
    height:324px;
}
.product-img ul.img-list{
    height:370px;
}
.product-img ul.img-list li,.product-img ul.img-list li a{
    display: inline-block;
    width:285px;
    position: absolute;
    top:0;
}
.product-img ul.img-list li img{
    width:283px;
    height:254px;
}
.product-img ul.img-list li a{
    border:1px solid rgba(233,233,233,1);
    background: #fff;
}
.product-img ul.img-list li:nth-child(1){
    left:0;
}
.product-img ul.img-list li:nth-child(2){
     left:305px;
 }
.product-img ul.img-list li:nth-child(3){
    left:610px;
}
.product-img ul.img-list li:nth-child(4){
    right:0;
}
.product-img ul.img-list li:hover{
    background:rgba(255,255,255,1);
    box-shadow:0px 20px 31px 0px rgba(0,0,0,0.12),0px 0px 20px 0px rgba(0,0,0,0.05);
}
.product-img ul.img-list li a span{
    font-size: 16px;
    color:#000;
    position: absolute;
    bottom:25px;
    left:20px;
}
.index-news-content {
    height: 545px;
}
.index-news {
    position: relative;
    width: 1200px;
    margin:0 auto;
    height:545px;
    top:0;
}

.index-product .product-slide {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 220px;
    width: 281px;
    border:1px solid #ccc;
}

.index-product .product-slide .slideBox .items li {
    height: 218px;
    width: 279px;
}
.index-product .product-slide .slideBox .items li img{
    width:100%;
}

.product-list {
    position: absolute;
    left: 310px;
    top: 38px;
    bottom: 0;
    right: 0;
    font-size: 20px;
    color: #727272;
    line-height: 38px;
}
.product-list a{
     color: #727272;
     text-decoration: none;
}

.news-img {
    width: 590px;
    height: 330px;
    position: absolute;
    bottom:85px;
    left: 0;
    overflow: hidden;
}
.news-img img {
    min-width:590px;
    min-height: 330px;
    max-height: 650px;
    max-width: 390px;
}
.news-img-title{
    position: absolute;
    color:#fff;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height:25px;
    bottom:14px;
    left:20px;
    right:20px;
    z-index: 5;

}

.news-info {
    position: absolute;
    right: 0;
    bottom: 85px;
    height: 330px;
    width:590px;
    padding:40px;
    background:linear-gradient(315deg,rgba(106,168,231,1) 0%,rgba(136,209,247,1) 100%);
}
.dian{
    padding-right:6px;
    font-weight: bold;
    font-size: 20px;
    color:#fff;
}

.news-info ul li {
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-info ul li a{
    color: #fff;
    text-decoration: none;
}

.content-footer {
    height: 123px;
    background: #5f5f5f;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-top: 25px;
}

.content-footer p {
    line-height: 32px;
}
.content-footer .copyright, .content-footer .copyright a{
    color:#9f9f9f;
    text-decoration: none;
}


.clearfix:before, .clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

/*page-news*/
.page-banner {
    height: 255px;
    border-bottom:1px solid #ccc;
}
/*--内页banner配置--*/
/*--公司概况--*/
.banner-icon-jj2{
    background: url("/Resources/themes/web_2019.V2/images/banner-gsgk.jpg") no-repeat top center;
}
/*--产品中心--*/
.banner-icon-cp2{
    background: url("/Resources/themes/web_2019.V2/images/banner-cpzx.jpg") no-repeat top center;
}
/*--社会责任--*/
.banner-icon-liability{
    background: url("/Resources/themes/web_2019.V2/images/banner-shzr.jpg") no-repeat top center;
}
/*--投资者关系--*/
.banner-icon-investor{
    background: url("/Resources/themes/web_2019.V2/images/banner-tzzgx.jpg") no-repeat top center;
}
/*--联系我们--*/
.banner-icon-contact{
    background: url("/Resources/themes/web_2019.V2/images/banner-lxwm.jpg") no-repeat top center;
}
/*--人才招聘--*/
.banner-icon-join{
    background: url("/Resources/themes/web_2019.V2/images/banner-rczp.jpg") no-repeat top center;
}
/*--新闻资讯--*/
.banner-icon-news2{
    background: url("/Resources/themes/web_2019.V2/images/banner-xwzx.jpg") no-repeat top center;
}
.page-content{
    background: #F9F9F9;
}
.page-main {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    min-height: 500px;
    background: #fff;
}

/*左侧菜单*/
.left-nav {
     width: 302px;
     background: #fff;
     padding:0 24px;
     min-height:500px;
     display: inline-block;
     position: relative;
     float: left;
     border-right:22px solid #f5f5f5;
 }
.left-nav dl dt{
    margin-bottom:2px;
    height: 38px;
    line-height:30px;
    font-size: 16px;
    color:#333;
    border-bottom:1px solid #e3e3e3;
    position: relative;
    cursor: pointer;
    padding-left:16px;
}
.left-nav dl dt a{
    text-decoration: none;
    color:#333;
}
.left-nav dl dt>a{
    margin-left:-2px;
}
.left-nav dl dt a,.left-nav dl dd a{
    display: block;
    cursor: pointer;
}
.left-nav dl dt.select a,.left-nav dl dt.select a .dian{
    color:#79B8EE;
}
.left-nav dl dt a .dian,.left-nav dl dt .dian{
    color:#000;
    font-size: 22px;
    position: relative;
    top:3px;
    margin-left:-16px;
}
.left-nav dl dd{
    color:#666;
    padding:10px 0 5px;
}

.left-nav dl dd {
    height: 34px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    position: relative;
}
.left-nav dl dd a{
    padding-left:16px;
    color: #666;
    text-decoration: none;
}
.left-nav dl dd.select,.left-nav dl dd.select a{
    color: #79B8EE;
}

.nav-title {
    padding-top:25px;
    line-height: 32px;
    font-size: 14px;
    color: #000;
    position: relative;
    font-weight: 700;
    margin-bottom:5px;
}
.contact-us{
    background: #fff;
    padding:0 40px;
}

.right-content {
    display: inline-block;
    width:898px;
    background: #fff;
    min-height:500px;
    float: left;
}

.content-title {
    color: #000;
    font-size: 16px;
    min-height: 52px;
    border-bottom: 1px solid #e3e3e3;
    padding-top:15px;
    line-height: 25px;
    padding-left:56px;
    font-weight: 500;
    padding-bottom:10px;
}
.content-title span{
    color:#79B8EE;
}

.content-list {
    padding: 10px 60px;
}

.content-list ul.info-list li {
    border-bottom: 1px dotted #e1e1e1;
    line-height: 40px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}
.content-list ul.info-list li a{
    text-decoration: none;
    color:#666;
}
.content-list ul.item-list{
    padding-top:15px;
}
.content-list ul.item-list li {
    border: 1px solid #e8e8e8;
    margin-right: 20px;
    float: left;
    width: 250px;
    height: 220px;
    position: relative;
}

.content-list ul.item-list li span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color:#666;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-list ul.info-list li span {
    float: right;
}
.info-msg,.contact-info{
    padding-top:15px;
    padding-bottom: 25px;
}
.contact-info img,.info-msg img{
    width:100%;
}
.contact-info p{
    font-size: 16px;
    line-height: 30px;
    color:#666;
    text-indent: 2em;
}
.contact-info h3{
    padding:0;
    margin:20px 0 5px;
    color:#666;
}
.info-msg p{
    font-size: 16px;
    line-height: 35px;
    text-indent: 2em;
    color:#666;
    margin-bottom:15px;
}
.hjzs-list,.txzs-list{
    padding-top:15px;
}
.txzs-list li img{
    display: inline-block;
    padding-top:10px;
}
.txzs-list li,.hjzs-list li{
    text-align: center;
    display: inline-block;
    width:450px;
    height:360px;
    border:1px solid #e8e8e8;
    margin-bottom:25px;
    position: relative;
    float: left;

}
.hjzs-list li:nth-child(odd) ,.txzs-list li:nth-child(odd){
    margin-right:28px;
}
.hjzs-list li div{
    display: table-cell;
    vertical-align: middle;
    height:320px;
    text-align: center;
}
.hjzs-list li img{
    display: inline-block;
}
.txzs-list li a,.zlzs-list li a,.hjzs-list li a{
    text-decoration: none;
}
.zlzs-list li p{
    text-align: center;
}
.txzs-list li span{
    display: block;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color:#666;
    border-top:1px solid #e8e8e8;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
}
.hjzs-list li span{
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    padding:5px 10px;
    color:#666;
    border-top:1px solid #e8e8e8;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}
.zlzs-list{
    padding-top:15px;
}
.zlzs-list li{
    text-align: center;
    display: inline-block;
    width:378px;
    min-height:360px;
    max-height: 450px;
    border:1px solid #e8e8e8;
    margin-bottom:25px;
    position: relative;
    float: left;
}
.zlzs-list li div{
    border-top:1px solid #e8e8e8;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    line-height: 25px;
    text-align: left;
    color:#666;
    font-size: 16px;
    padding:10px;
}
.zlzs-list li div p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zlzs-list li a{
    display: inline-block;
    cursor: pointer;
}
.zlzs-list li img{
    padding-top:10px;
    max-height: 300px;
    max-width: 360px;
}
.zlzs-list li:nth-child(odd){
    margin-right:22px;
}

.shenShu-info{
    padding-top:2px;
}
.mes-tip{
    color:#666;
    line-height:25px;
    font-size: 14px;
    margin-bottom:15px;
}
.shenshu-box{
    border:1px solid #DDDDDD;
    margin-bottom:50px;
}
.shenshu-box .shenshu-title{
    line-height:60px;
    background: #EEEEEE;
    color:#636363;
    font-size: 14px;
    text-align: center;
}
.shenshu-msg{
    width:610px;
    margin:0 auto;
    padding-bottom:30px;
}
 p.msg-info{
    padding:20px 0 3px;
    font-size: 14px;
    color:#000;
}
 p.mes-input{
    position: relative;
    background: #fcfcfc;
    border-radius:1px;
    border:1px solid rgba(221,221,221,1);
    min-height:36px;
     line-height:36px;
     padding-left:12px;
     font-size:14px;
}
 p.mes-input input, p.mes-textarea textarea{
    position: absolute;
    border:none;
    width:100%;
    outline: none;
    padding:0 10px;
    left:0;
    bottom:0;
    right:0;
    top:0;
    color:#666;
    background: none;
}
 p.mes-input input{
    height:36px;
    padding:0 12px;
    line-height: 36px;
}
 p.msg-info font{
    padding-right:3px;
    position: relative;
    top:2px;
}
 p.mes-textarea{
     font-size:14px ;
    padding-left:12px;
    min-height:80px;
    position: relative;
    background: #fcfcfc;
    border-radius:1px;
    border:1px solid rgba(221,221,221,1);
}
.shenshu-msg p.mes-textarea textarea{
    padding:5px 10px;
    height:79px;
}
.btn-box{
    text-align: center;
    padding:10px 0 60px;
}

.type-btn{
    position: relative;
    outline: none;
    top: 1px;
    border:none;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    padding: 0 60px;
    cursor: pointer;
    color: #fff;
    background:rgba(146,197,240,1);
}
.type-btn:hover{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,123,207,1)), color-stop(100%,rgba(57,109,172,1)));
}
.type-btn[disabled]{
    background:#e5e5e5;
    color:#666;
    cursor: no-drop;
}
.type-btn[disabled]:hover{
    background:#e5e5e5;
    cursor: no-drop;
}
.shenshu-query{
    width:610px;
}
.shenshu-query span{
    padding:0 10px 0 0;
    color:#666;
    font-size: 14px;
}
.shenshu-btn-box{
    padding:40px 0;
}
.type-text{
    border:1px solid #e4e4e4;
    line-height:25px;
    width:240px;
    border-radius: 3px;
    outline: none;
    font-size: 14px;
    padding:0 5px;
    margin-right:10px;
}
.msg-detail{
    padding-bottom: 25px;
}
.msg-detail img{
    margin:10px auto 0;
    max-width: 100%;
    display: block;
}

.msg-detail.cp-detail img{
    width:650px;
}
.msg-detail h3{
    text-align: center;
    margin:5px 0;
}
.msg-detail h4{
    font-size: 16px;
    padding:0 0 15px 0;
    margin:0;
    font-weight: 500;
}
.join-detail{
    text-align: left;
    font-size: 16px;
    color:#666;
}
.join-detail p{
    line-height:30px;
}
.join-detail h4{
    padding:10px 0 5px;
    margin:0;
}
.join-detail h3{
    padding:10px 0;
    margin:0;
}

.pagination{
    padding:0 55px;
    font-size: 11px;
    text-align: right;
}

.pagination a{
    display: inline-block;
    border-radius:3px;
    opacity:0.6;
    border:1px solid rgba(151,151,151,1);
    padding:0 8px;
    height:24px;
     margin: 2px;
     color: #000;
     text-decoration: none;
     cursor: pointer;
     line-height:22px;
    text-align: center;
 }
.reprot-box{
    padding-bottom:15px;
}
.pagination a.current,.pagination span.current{
    border: #74B7F5 1px solid;
    color: #74B7F5;
    background-color: #fff;
}
.pagination span,.pagination span.prev,.pagination span.next{
    text-align: center;
    font-size: 11px;
    border-radius:3px;
    padding:0 8px;
    height:24px;
    color: #000;
    opacity:0.6;
    background: #fff;
    cursor: not-allowed;
    border:1px solid rgba(151,151,151,1);
    margin: 2px;
    text-decoration: none;
    display: inline-block;
    line-height:22px;
}
.msg-detail.cp-detail p{
    text-align: center;
}
.J_pagination span.prev,.J_pagination span.next{

}
.next{
    padding:0 8px;
    font-family: "Microsoft YaHei";
    font-size: 11px;
}
.next a{
    color:#74B7F5;
    text-decoration: none;
    cursor: pointer;
}
.next a:hover{
   color:#006bd5; 
   text-decoration: underline;
}
.firstMenu{
    border-top: 1px solid #00a8ff;
}
.tip-box{
    background: url("/Resources/themes/web_2019.V2/images/tip-bg.png") repeat;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.tip-box .img-box{
    width:800px;
    height:600px;
    padding:10px;
    background: #fff;
    overflow: auto;
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-300px;
    margin-left:-400px;

}
.tip-box .img-box img{
    width:100%;
}
.contact-item{
    margin:5px 0 40px;
    height:293px;
    box-shadow:0 0 30px rgba(175,186,196,0.3);
    position: relative;
}
.contact-item-left{
    position: absolute;
    width:380px;
    height:217px;
    top:45px;
    left:50px;
}
.contact-item-left h4{
    font-size: 18px;
    padding:0 0 5px;
    margin:0;
    color:#777;
    font-weight: 700;

}
.contact-item-left p{
    font-size: 14px;
    text-indent: 0;
    line-height:25px;
    color:#333;
    font-weight: 500;
}
.contact-item-right{
   position: absolute;
   width:593px;
   height:217px;
   right:50px;
   top:38px;
}
#container-1,#container-2,#container-3{
   width:100%;
   height:100%;
}
.msg-info-list{
    padding-bottom:35px;
    margin-bottom:15px;
    border-bottom:1px solid #e3e3e3;
}
.msg-info-list .title .dian{
    color:#79B8EE;
}
.msg-info-list .title{
    font-size: 16px;
    margin:0;
    padding:0;
}
.msg-info-list p.rec-title{
    color:#999;
    padding:20px 0 8px 20px;
}
.msg-info-list p{
    padding-left:20px;
    text-indent: 0;
    line-height:20px;
    font-size: 14px;
    color:#333;
}
.msg-info-list .rec-info img{
    max-width:200px;
    max-height: 500px;
    cursor: pointer;
}
/* 企业文化页面样式 */
.entidea-img{
     display: block;
     overflow: hidden;
     height:480px;
}
.entidea-img img{
    width:100%;
}
.entidea-item{
    margin-top:10px;
    height:320px;
}
.entidea-item div.idea_item{
    height:320px;
    border-left:1px dashed #dedede;
    border-bottom:1px dashed #dedede;
    border-top:1px dashed #dedede;
    display: inline-block;
    width:259px;
    float:left;
    padding:10px 20px;
}
.entidea-item div.idea_item:nth-child(3){
    border-right:1px dashed #dedede;
}
.entidea-item div.idea_item h2{
    margin-top:0;
    padding-top:0;
    color:#b81d23;
}
.entidea-item div.idea_item p{
    text-indent: 0;
    line-height:48px;
    font-size: 20px;
    color:#3c3c3c;
}
.entidea-item div.idea_item:hover{
    background: #0e4699;
}
.entidea-item div.idea_item:hover h2,.entidea-item div.idea_item:hover p{
    color:#fff;
}
/*--申诉成功弹窗--*/
#reportResult{
    border:1px solid #ccc;
    position: fixed;
    width:800px;
    left:50%;
    margin-left:-400px;
    top:200px;
    z-index: 1000;
    -webkit-animation: fadeInOut 1s ease-out;
    -moz-animation: fadeInOut 1s ease-out;
    -o-animation: fadeInOut 1s ease-out;
    animation: fadeInOut 1s ease-out;
}
.reportResult-title{
    background: #F8F8F8;
    color:#636363;
    line-height:38px;
    height:38px;
    padding:0 10px;
    position: relative;
    border-bottom:1px solid #eee;
}
.reportResult-close{
    position: absolute;
    display: inline-block;
    width:25px;
    height:25px;
    line-height:22px;
    text-align: center;
    background: #c2c2c2;
    color:#666;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    right:10px;
    top:6px;
    cursor: pointer;
}
.reportResult-content{
    background: #fff;
    padding:30px 10px;
    line-height:30px;
    min-height:90px;
}
.reportResult-footer{
    height:45px;
    line-height:45px;
    padding:0 20px;
    text-align: right;
    background: #fff;
}
.contents_certify{
    background:rgba(146,197,240,1);
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.reportResult-btn{
    display: inline-block;
    border:1px solid #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
    height: 28px;
    line-height: 28px;
    margin: 5px 5px 0;
    padding: 0 15px;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
}
.contents_certify:hover{
    background:#1E9FFF;
}
.reportResult-btn:hover{
    background-color: #0582ff;
}
.file_data{
    line-height:22px;
}
.content-footer img{
    position: relative;
    top: 4px;
    padding-right: 5px;
}
@-webkit-keyframes fadeInOut {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

/* 去掉高德地图LOGO及版本 */
.amap-logo{ display: none !important; }
.amap-copyright { opacity:0 !important; }<!--0.00014615058898926-->